From dfe8eb37ced92b2110da68359a858cbfb82b4481 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 11 Jul 2022 15:08:39 -0400 Subject: [PATCH] search-entry: Add getter/setter annotation This was suggested in !4823. --- gtk/gtksearchentry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index dcf5f9cf6f..4779447719 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -794,7 +794,7 @@ gtk_search_entry_get_key_capture_widget (GtkSearchEntry *entry) } /** - * gtk_search_entry_set_search_delay: + * gtk_search_entry_set_search_delay: (attributes org.gtk.Property.set_property=search-delay) * @entry: a `GtkSearchEntry` * @delay: a delay in milliseconds * @@ -821,7 +821,7 @@ gtk_search_entry_set_search_delay (GtkSearchEntry *entry, } /** - * gtk_search_entry_get_search_delay + * gtk_search_entry_get_search_delay: (attributes org.gtk.Property.get_property=search-delay) * @entry: a `GtkSearchEntry` * * Get the delay to be used between the last keypress and the -- 2.30.2